-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support outlier table plugin (DHIS2-16751) #2912
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🚀 Deployed on https://pr-2912--dhis2-dashboard.netlify.app |
edoardo
force-pushed
the
fix/support-outlier-table-plugin
branch
2 times, most recently
from
February 21, 2024 14:38
5b7f9d8
to
199aea8
Compare
edoardo
force-pushed
the
fix/support-outlier-table-plugin
branch
2 times, most recently
from
February 29, 2024 10:23
4724007
to
470adef
Compare
edoardo
force-pushed
the
fix/support-outlier-table-plugin
branch
from
March 4, 2024 14:30
d4c4a36
to
b060ddb
Compare
jenniferarnesen
approved these changes
Mar 5, 2024
edoardo
changed the title
fix: support outlier table plugin (DHIS2-16751)
feat: support outlier table plugin (DHIS2-16751)
Mar 5, 2024
jenniferarnesen
pushed a commit
that referenced
this pull request
Mar 19, 2024
dhis2-bot
added a commit
that referenced
this pull request
Mar 21, 2024
# [100.1.0](v100.0.4...v100.1.0) (2024-03-21) ### Bug Fixes * show tag/tooltip about not applied filters for Outlier table (DHIS2-13858) ([#2937](#2937)) ([dffb754](dffb754)) * show tag/tooltip only when a filter other than ou/pe is used ([#2941](#2941)) ([b6b8850](b6b8850)) * **translations:** sync translations from transifex (dev) ([755c6df](755c6df)) * use interpretations component from Analytics (DHIS2-15441) ([#2430](#2430)) ([0af5c5b](0af5c5b)) * **translations:** sync translations from transifex (dev) ([0de3606](0de3606)) * **translations:** sync translations from transifex (dev) ([b88e87c](b88e87c)) * **translations:** sync translations from transifex (dev) ([#2920](#2920)) ([add7139](add7139)) ### Features * support outlier table plugin (DHIS2-16751) ([#2912](#2912)) ([1af22d5](1af22d5))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for Outlier table DV items in dashboard DHIS2-16751
Requires dhis2/analytics#1598
Key features
analytics
for Outlier table vis type support@dhis2/ui
for the Outlier table iconDescription
Outlier table is a new DV vis type, the code required for displaying it it's therefore already in place, but the new vis type definition is in
analytics
so we need to bump the dependency.Also, to avoid problems with having multiple versions of
@dhis2/ui
the dependency is also bumped.TODO
Screenshots